home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / utility / dirco609.zip / BRUCE609.DOC next >
Text File  |  1996-09-29  |  26KB  |  489 lines

  1. BRUCE609.DOC                         1                         Revised: 09-29-96
  2.  
  3. --------------------------------------------------------------------------------
  4.                               Contact information
  5.  
  6. For the following routines:  AV,  BFIND,  COPSINCE,  DATES,  DIRCOMP,  DIRTOTAL,
  7. EUMAIL, FILL, FIXTEXT, FORTUNE, HTMSTRIP, PAGINATE,  READINIT,  READMAKE-created
  8. files, and TXTABLE:
  9.  
  10.                 Bruce Guthrie
  11.                 Wayne Software
  12.                 113 Sheffield St.
  13.                 Silver Spring, MD 20910
  14.  
  15.                 fax: (301) 588-8986
  16.                 e-mail: bguthrie@nmaa.org
  17.                 http://hjs.geol.uib.no/guthrie/
  18.  
  19. For the following routines:  CHANGE, CONVERT, FILUPDAT, READ, and READY:
  20.  
  21.                 Bruce Guthrie
  22.                 Room H-4885
  23.                 U.S. Dept of Commerce/ESA/STAT-USA
  24.                 Washington, DC 20230
  25.  
  26.                 fax: (202) 482-2164
  27.                 voice: (202) 482-3234
  28.                 e-mail: bguthrie@doc.gov
  29.  
  30. Please provide an Internet e-mail address on all correspondence.
  31.  
  32. Since these programs are typically "freeware"  (with  the  exception  of  people
  33. trying to make money from them instead of me), they generate maybe $100/year  in
  34. revenue for me.  As such, my ability to afford  wonderful  customer  support  is
  35. somewhat restricted.   Please  do  not  leave  messages  saying  "Call  me  long
  36. distance".  Also, please be specific  about  what  problems  you  encounter  and
  37. include command-line inputs as well as any control  or  INI  files  that  you're
  38. using.
  39.  
  40. WIN/NT AND WIN95 USERS:  All of these programs are DOS applications.  This means
  41. that they expect 8.3 filenames, short paths, etc.  If  you  use  long  paths  or
  42. illegal characters in your file names or whatever, these programs may  not  work
  43. for you.  This is not a "bug" in the software.  That's just  the  way  DOS  apps
  44. are.
  45.  
  46. Standard disclaimer in this society:  Wayne Software disclaims all warranties as
  47. to this software, whether express or implied, including without  limitation  any
  48. implied  warranties  of  merchantability,  fitness  for  a  particular  purpose,
  49. functionality, data integrity or protection.
  50.  
  51.  
  52. BRUCE609.DOC                         2                         Revised: 09-29-96
  53.  
  54. --------------------------------------------------------------------------------
  55.                                   Introduction
  56.  
  57. This documentation provides some overview information on a number of  utilities.
  58. All  programs  described  herein  were  written  by  Bruce  Guthrie.   Most  are
  59. distributed with a Wayne Software copyright.  Others were written for  the  U.S.
  60. Department of Commerce.  All are free for use provided relevant documentation is
  61. kept with the programs, no changes are made to the  programs  or  documentation,
  62. and they are not bundled with commercial programs or charged for separately.
  63.  
  64. CHANGE,  CONVERT,  FILUPDAT,   READ,   and   READY   are   excluded   from   the
  65. commercial-packaging  restriction.   These  programs  are  owned  by  the   U.S.
  66. Department of Commerce and may be re-distributed without restriction.
  67.  
  68. People who need to bundle AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL, EUMAIL,
  69. FILL, FIXTEXT, FORTUNE, HTMSTRIP, PAGINATE, READINIT, or TXTABLE  in  commercial
  70. packages other than shareware/freeware collections must pay a  $50  registration
  71. fee to "Wayne Software" at the following address.   READMAKE-created  files  are
  72. also subject to this limitation.  I don't expect to make any  money  from  these
  73. utilities but I don't want others to sell them instead.
  74.  
  75. This collection of utilities were compiled using Microsoft's  Visual  BASIC  for
  76. DOS 1.0 compiler.  Thomas G. Hanlin III's excellent  PBClone  routines,  release
  77. 2.3, provided additional functionality.  Since Tom has dropped support  for  his
  78. PBClone routines, some things will are simply not possible for me to do so don't
  79. push!  The basic routines should be able to be maintained indefinitely  as  long
  80. as DOS continues to exist; we'll see.  Keep in  mind  that  they  are  DOS-based
  81. routines so forget long Win95 file names and  such.   I  keep  thinking  that  I
  82. should be doing Windows programming but it's hard to get  psyched  up  for  that
  83. when you think of Windows as a computer virus.
  84.  
  85. Documentation provided in appropriate ZIP files:
  86.  * routine.DOC: Each utility is separately described in a like-named *.DOC file.
  87.  * FILE_ID.DIZ: Standard Description In Zip file.
  88.  * BRUCEymm.DOC: This file serves to summarize all  of  the  various  utilities.
  89.      The "ymm" indicates the release date in  year/month  format.   "601"  means
  90.      1996, first month (Jan 1996).
  91.  * BRUCEINI.DOC: Most of the routines have defaults that can  altered  by  using
  92.      initialization files (inifiles).   These  are  referenced  in  the  regular
  93.      documentation and further described here.  (One thing about *.INI files; if
  94.      you don't have one, it's in your interests to specify the "/-I"  parameter.
  95.      Otherwise, the program searches your entire DOS path looking for the file.)
  96.  * BRUCEHEX.DOC: Many of the routines allow you to enter  parameters  as  either
  97.      hexadecimal  or  decimal  strings.   This  is  referenced  in  the  regular
  98.      documentation and further described here.
  99.  
  100.      All program documentation was created  using  a  text  editor  (PE2).   The
  101.      PAGINATE command (see below) was  used  to  justify  the  text  and  create
  102.      titles, page breaks, and (where provided) indexes.
  103.  
  104. Beta  testers  and  suggestions  are  always   appreciated.    Contact   me   at
  105. bguthrie@nmaa.org  Note that all beta releases are done via e-mail  so  if  your
  106. gateway can't handle some pretty big mail attachments,  you  definitely  do  NOT
  107. want to be a beta tester for me!  Modifications that are not of  mainstream  use
  108. can be contracted for.
  109.  
  110.  
  111. BRUCE609.DOC                         3                         Revised: 09-29-96
  112.  
  113. --------------------------------------------------------------------------------
  114.                   Finding the programs--Current version is 609
  115.  
  116. The utilities are uploaded with a ZIP name that includes the year and  month  of
  117. the release in a "ymm" format ("609" is the Sept 1996 version).  The  files  are
  118. posted directly by the author to two places.  The following Web  site,  provided
  119. by Hans Schrader, has the current versions of *all* programs:
  120.  
  121.                 http://hjs.geol.uib.no/guthrie/
  122.  
  123. Major revisions are directly posted by the author to the following:
  124. * Simtel (Coast-To-Coast): ftp.coast.net (http://www.coast.net/Simtel)
  125. * Simtel (Keith Petersen): ftp.simtel.net (http://www.simtel.net/simtel.net)
  126. * ZDI Software Library:  No idea where that is!
  127.  
  128.                          Simtel locations and versions
  129.  
  130. http://www.coast.net/SimTel/msdos/      ftp://ftp.simtel.net/simtelnet/msdos/
  131.   ..arcutil/                            ..arcutils/
  132. av607.zip       Archive View: Free ZIP etc directory viewer
  133.   ..batutil/                            ..batchutl/
  134. dates609.zip    Warns you in advance of birthdays etc
  135. fortn608.zip    Fine-tunes DOS FOR command w/options
  136.   ..dirutil/                            ..dirutl/
  137. cops608.zip     Copies files modified since given date
  138. dirco609.zip    Updates files based on source directory
  139. dirto609.zip    Directory lister and totaller
  140. filup607.zip    Copy updated files based on a control list
  141.   ..diskutil/                           ..diskutil/
  142. fill609.zip     Stuffs as many files as possible on disk
  143.   ..offline/                            ..mailnews/
  144. eumal607.zip    Eudora utility for nicknames, boxes
  145.   ..spredsht/                           ..spredsht/
  146. convr609.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  147.   ..textutil/                           ..txtutl/
  148. bfind609.zip    Boolean FIND command (BFIND BEGIN & END)
  149. chang609.zip    Change strings in text/binary files
  150. fixtx607.zip    Translate text file characters en masse
  151. htmst609.zip    Reprocesses HTML pages for humans to read
  152. pagin607.zip    Paginates text (indexes, sorts, tables)
  153. read609.zip     Free viewer, also make any text self-viewing
  154. txtab607.zip    Generates text tables
  155.  
  156. If you're using a version of the programs that's more  than  a  year  old,  it's
  157. almost always the case that there's  a  newer  version.   Please  check  for  an
  158. update.  If you can receive binary attachments, contact me at  bguthrie@nmaa.org
  159. for free updates.  Alternatively, send $10 made out to "Wayne Software"  to  the
  160. Wayne Software address above and I'll send you everything on diskette.  (If  you
  161. need anything other than 3.5" high density, specify that too please.)
  162.  
  163. The versions of each program posted on SimTel are documented  below  along  with
  164. the directory information for  this  site.   The  *current*  versions  of  *all*
  165. programs are posted on the Web site in Norway.
  166.  
  167.  
  168. BRUCE609.DOC                         4                         Revised: 09-29-96
  169.  
  170. --------------------------------------------------------------------------------
  171.                            Short program descriptions
  172.  
  173.    AV.EXE:  Archive directory viewer.  Presents list of files in  archive  (ZIP,
  174.    ARC, etc) and lets you sort as desired.  Also allows resetting  of  the  file
  175.    date based on the archive's contents.
  176.  
  177.    BFIND.EXE:  Allows Boolean-type FIND requests.  For example,  find  any  line
  178.    with one string AND another one, or any line  with  one  string  OR  another.
  179.    Also allows wildcarded input file names.
  180.  
  181.    CHANGE.EXE:  Processes change commands in files.  Files can be  of  any  size
  182.    and type (e.g. binary or text) and  are  processed  quickly.   Up  to  thirty
  183.    change commands can be processed in a single pass.  Also provides ability  to
  184.    remove trailing spaces from text files.
  185.  
  186.    CONVERT.EXE:  Converts between data  formats:   FROM  dBase,  ASCII-delimited
  187.    (typically commas between fields and quotes around strings), and fixed  field
  188.    TO Lotus WKS, ASCII-delimited, dBase, and fixed field.
  189.  
  190.    COPSINCE.EXE:  Copies all files modified since a given date.  Primarily  used
  191.    for making sure you have a back-up of files and also to copy updated programs
  192.    to another place.  Lets you define your own groupings of files if desired.
  193.  
  194.    DATES.EXE:  Program that warns you in advance when an event like a  birthday,
  195.    anniversary, or holiday is coming up.   The  idea  is  to  give  you  advance
  196.    warning so you can send a card or get out of town in time.
  197.  
  198.    DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds  ability
  199.    to delete extra files in the destination subdirectory, copy hidden and system
  200.    files, and prepare a report showing inconsistencies.  Is frequently  used  by
  201.    network administrators to update workstation files.
  202.  
  203.    DIRTOTAL.EXE:  Prepares  report  showing  files  in  subdirectory  or  drive.
  204.    Allows restricting search based on date, size,  attributes,  etc.   Works  on
  205.    networked and CD-ROM drives.   Produces  more  formalized  report  than  some
  206.    utilities do.  Also allows you to look for duplicate file names.
  207.  
  208.    EUMAIL.EXE:  Eudora mail summarizer.  Dumps your Qualcomm Eudora mailbook  as
  209.    well as summarizing the contents of all of your Eudora boxes and folders.
  210.  
  211.    FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  212.    biggest files first and skipping those that won't fit.  Also provides  option
  213.    of splitting large files, creating a status report, and other features.
  214.  
  215.    FILUPDAT.EXE:  Program which compares a selected list of files  in  a  source
  216.    path against those in another path and copies those that have  been  updated.
  217.    Similar to DOS' REPLACE command  but  works  from  a  stored  list  of  files
  218.    (controlled updates) and can handle any number of directories.
  219.  
  220.    FIXTEXT.EXE:  Program which applies  a  user-definable  character-translation
  221.    table to a text file.  Can allow you to convert graphics characters to  their
  222.    text equivalents, lowercase letters to uppercase letter, etc.   Can  also  be
  223.    used to translate DOS text files to Mac or Unix text files  and  vice  versa.
  224.    Can also expand tabs, remove trailing spaces, and remove backspaces.
  225.  
  226.  
  227. BRUCE609.DOC                         5                         Revised: 09-29-96
  228.  
  229.    FORTUNE.EXE:  A tuner-upper for the DOS FOR command.  Generates a batch  file
  230.    which does all those wildcard things you wished FOR could do  (like  "FORTUNE
  231.    IN (*.BAS) DO RENAME %A %2*.*" to remove parts of file names).  Lets  you  do
  232.    all sorts of things including  distinguishing  file  name  roots  from  their
  233.    extensions as well as incrementing file names by specified values.
  234.  
  235.    HTMSTRIP.EXE:  Goes  through  downloaded  pages  from  the  Web  and  removes
  236.    embedded HTML commands.  Reflows paragraphs and tries to  make  it  basically
  237.    readable. Can function on  individually-saved  pages  or  else  process  your
  238.    entire disk cache. Awarded a "Best" rating by "PC Computing"  in  their  July
  239.    1996 issue.  Includes MOZ.EXE which renames  the  files  in  your  Web  cache
  240.    subdirectory so you can identify them more easily.
  241.  
  242.    PAGINATE.EXE:  Reformats text files with embedded formatting codes.   Handles
  243.    things like titles, footers, indexes, alignment,  justification,  multicolumn
  244.    listings,  etc.   Also  provides  support  for  embedding  tabular  data   in
  245.    ASCII-delimited or dBase formats which can be embedded and/or sorted in  your
  246.    reports.
  247.  
  248.    READ.EXE, READY.EXE, READINIT.EXE,  and  READMAKE.EXE:   Text  file  browsing
  249.    utilities.  READ--Supports marking, copying text, reading Unix and  Mac  text
  250.    files, etc.  Handles files of 16,000 lines or less  (approx  800,000  bytes).
  251.    READY--truncates or wraps lines over 255 characters  in  length  but  handles
  252.    files of an unlimited number of lines.  READMAKE--Takes  an  ASCII-text  file
  253.    and makes it self-viewable (using a READ clone).
  254.  
  255.    TXTABLE.EXE:   Program  to  generate  text  tables.   Allows  inputs  to   be
  256.    HTML-based as well as one-record per cell.
  257.  
  258.  
  259. BRUCE609.DOC                         6                         Revised: 09-29-96
  260.  
  261. --------------------------------------------------------------------------------
  262.                                 Revision history
  263.  
  264. Detailed revision histories for the programs are only maintained  for  the  last
  265. three releases.  After that, you get the major revision summaries only  for  the
  266. next three releases or so.  In any  case,  if  your  version  of  any  of  these
  267. programs is more than a year old, your version is definitely obsolete.  Hop onto
  268. the Web or e-mail me or something and get the new version!
  269.  
  270. -------------- (full detail; revisions made 1 to 3 releases ago)
  271. Release 96/09:
  272.  
  273.   BFIND:  Fixed a bug with "BFIND NOT string" searches.  [Replaces bfind607.zip]
  274.  
  275.   CHANGE:  Fixed a bug where it would repeat processing  of  some  files.   This
  276.   created some very flaky results and made  the  return  codes  worthless.   Now
  277.   forcing /BINARY mode if you include a /FROM with CR or LF in it.  /V  and  /-V
  278.   options did not work anymore; fixed them.  Fixed a bug with "/IN  NOT  string"
  279.   conditions not working.  [Replaces chang608.zip]
  280.  
  281.   CONVERT:  Fixed up a bug related  to  floating-point  fields  in  dBase  input
  282.   files.  Added /Qn parameter to control frequency  of  record-by-record  status
  283.   messages.  [Replaces convr607.zip]
  284.  
  285.   DATES:  Fixed a bug with  respect  to  flashing  foreground  characters.   New
  286.   /ODATE=format parameter allows the dates to  be  displayed  in  a  variety  of
  287.   formats.  Program now requires a  single  character  delimiter  in  the  input
  288.   dates;  it  probably  did  anyway  but  documentation   specified   otherwise.
  289.   [Replaces dates607.zip]
  290.  
  291.   DIRCOMP:  Added ERRORLEVEL 249  for  /UPDATE  specified  but  nothing  copied,
  292.   moved, or deleted.   Fixed  some  bugs  in  deleting  empty  files  and  empty
  293.   subdirectories.  [Replaces dirco608.zip]
  294.  
  295.   DIRTOTAL:  Program would abort if a file had an invalid time  stamp.   Program
  296.   ignored /D (date) range tests; fixed.  None of  the  reverse  sorting  options
  297.   (e.g. /O-S) worked; fixed.  [Replaces dirto607.zip]
  298.  
  299.   FILL:  Program ceases to blow up when it encounters read-only files  that  you
  300.   want to "move".  [Replaces fill608.zip]
  301.  
  302.   HTMSTRIP:  Changed /-SPACES so it also removes blank columns and  (most)  rows
  303.   in tables as well as blank lines within tables.  Added "/" and "*" to the list
  304.   of characters that are acceptable as numbers when  the  program's  determining
  305.   this for cell-alignment purposes.  Fixed up some problems with translating the
  306.   "&" string.  Added support for <BASE HREF="site"> HTML command.  [Replaces
  307.   htmst608.zip]
  308.  
  309.   MOZ (included in HTMSTymm.ZIP file):  Now adds a number of fail-safe  options,
  310.   usually requiring parameters to be passed in before renaming everything in the
  311.   cache.  Includes an option to create a graphic view page  which,  when  loaded
  312.   from your Web browser, displays all graphics in your cache  and  includes  the
  313.   links for where they came form.  [Replaces htmst608.zip]
  314.  
  315.   READ, READY, READINIT:  Allowed for blinking foreground colors (which I hate).
  316.   Documentation already said they were supported but  they  weren't.   [Replaces
  317.   read607.zip]
  318.  
  319.  
  320. BRUCE609.DOC                         7                         Revised: 09-29-96
  321.  
  322. Release 96/08:
  323.  
  324.   For some reason, several people chose this month to tell me that  my  programs
  325.   had "bugs" in them because they were  using  long  file  and  pathnames  under
  326.   Windows NT and the programs weren't handling them.  All of these programs  are
  327.   DOS applications; they don't recognize anything other than short pathnames and
  328.   8.3 file names with valid DOS characters in the file names.  If  you  want  to
  329.   branch out (literally) and use non-compatible names and structures, feel free.
  330.   However, you give up the ability the use some DOS  programs  including  things
  331.   like DIRTOTAL and DIRCOMP.  That's just  the  way  it  is.   I  can't  provide
  332.   support if you violate these rules.  These programs are freeware and it's  not
  333.   worth my time (relearning) and expense (new compilers, new program  libraries)
  334.   to rewrite them from scratch.  Sheesh!
  335.  
  336.   CHANGE:  Fixed up some bugs involving the program not putting  you  into  text
  337.   mode all the time.  More bugs fixed related to column positions and /IN string
  338.   specifications.  [Replaces chang607.zip]
  339.  
  340.   COPSINCE:  Fixed a bug handling international date formats.  Added support for
  341.   4DOS.  [Replaces cops607.zip]
  342.  
  343.   DIRCOMP:  Switched /R and /-R to /U and /-U (conflicted with other  parms  and
  344.   didn't match DOS REPLACE command switches).  Added the ability to  specify  up
  345.   to 10 inclusion filespecs.  Finally added the ability  to  remove  destination
  346.   subdirectories that are now empty.  [Replaces dirco607.zip]
  347.  
  348.   FILL:  Fixed a bug related to moving files in  the  non-default  subdirectory.
  349.   [Replaces fill607.zip]
  350.  
  351.   FORTUNE:   Switched  default  to  /WIPE  (eliminate  output  batch  file  upon
  352.   completion).  [Replaces fortn607.zip]
  353.  
  354.   HTMSTRIP:  More work on debugging tables.  Added /INDENT and /-INDENT parms to
  355.   allow <BLOCKQUOTE>...</BLOCKQUOTE> blocks to be turned  off.   More  debugging
  356.   for mostly foreign pages.  [Replaces htmst607.zip]
  357.  
  358. Release 96/07:
  359.  
  360.   Most routines:  Added support for /MONO setting.
  361.  
  362.   AV:  Revised ERRORLEVEL codes.  Added /Tpath  parameter.   Added  support  for
  363.   /MONO and related settings.  Added support non-US date formats (program  reads
  364.   the system configuration settings).  Modified Yes/No options so  first  letter
  365.   hotkeys could  be  used.   Now  prompts  for  infile  spec  if  not  provided.
  366.   [Replaces av605.zip]
  367.  
  368.   BFIND:  Added support for /MONO  and  related  settings.   Added  support  for
  369.   /LINES specification.  Added column ranges (vs column start  requirement)  for
  370.   the search parameter.  Revised some ERRORLEVEL codes.  [Replaces bfind605.zip]
  371.  
  372.   CHANGE:  Added support for /MONO and related settings.  If you  escape  during
  373.   the verify option, the program no longer overwrites  the  input  file.   Added
  374.   column ranges (vs column start  requirement)  in  the  /IN  search  parameter.
  375.   [Replaces chang604.zip]
  376.  
  377.   CONVERT:   Added  handling  for  two-digit  years  in  date  fields.   Revised
  378.   ERRORLEVEL codes, adding several and checking more thoroughly for them.  Fixed
  379.   a problem some people were having running  the  program  from  some  networks.
  380.  
  381. BRUCE609.DOC                         8                         Revised: 09-29-96
  382.  
  383.   Added support for /MONO setting.  [Replaces convr605.zip]
  384.  
  385.   COPSINCE:  Added support for /MONO setting.  Added support  for  internatioanl
  386.   date formats in the passed-in  parameters.   Dropped  /Q  parameter.   Dropped
  387.   /REPLACE parameter and replaced with /A, /R,  and  /CLONE  parameters.   Added
  388.   ERRORLEVEL codes.  [Replaces cops605.zip]
  389.  
  390.   DATES:  Added /FUTURE and /-FUTURE parameters.  By default, now  skips  events
  391.   which are to take place in the future beyond your normal /days  window.   Also
  392.   now respects four-digit years.  Added /MONO and related parameters.  [Replaces
  393.   dates605.zip]
  394.  
  395.   DIRCOMP:  As far as I can tell, /Iinitfile wasn't being  read  at  all;  fixed
  396.   that. Added ERRORLEVEL codes.   Switched  program  to  use  /MONO  instead  of
  397.   /-COLOR. Cleaned up some of the coding around the temporary output files;  now
  398.   uses TEMP environmental variable if  specified.   Added  support  non-US  date
  399.   formats (program reads the system configuration settings).  Added  /A  and  /R
  400.   parameters. [Replaces dirco605.zip]
  401.  
  402.   DIRTOTAL:  Cleaned up some of the coding around the  temporary  output  files;
  403.   now uses TEMP environmental variable if specified.  Revised ERRORLEVEL  return
  404.   codes.  Added  support  non-US  date  formats  (program   reads   the   system
  405.   configuration settings).  Added ability to specify both  a  size  and  a  date
  406.   restriction to the files selected.  [Replaces dirto604.zip]
  407.  
  408.   EUMAIL:  Added /FORMAT=n handling for header information  when  you  dump  the
  409.   message files; /FORMAT=1 is the new default whereas the old default used to be
  410.   roughly akin to /FORMAT=2's output.  /FORMAT=3 gives one line per message  but
  411.   dumps the sender and date/time.  Added support non-US  date  formats  (program
  412.   reads the system  configuration  settings).   Fixed  a  bug  regarding  e-mail
  413.   address  entries  in  the  form  "email  (name)".   Added  /MONO  and  related
  414.   parameters.   Added  ERRORLEVEL  return  codes.    Added   /Tpath   parameter.
  415.   [Replaces eumal605.zip]
  416.  
  417.   FILL:  Added /MONO and related parameters.  Modified Yes/No options  so  first
  418.   letter hotkeys could be used.  Changed the default to /COPY if  no  parameters
  419.   are passed in, and /MOVE if any are.  [Replaces fill605.zip]
  420.  
  421.   FILUPDAT:  Added /MONO and related parameters.  Added ERRORLEVEL return codes.
  422.   Dropped /ALL parameter and  replaced  with  /A,  /R,  and  /CLONE  parameters.
  423.   Replaced /ERROR and /-ERROR parameters with /ABORT, /SKIP,  and  /CREATE  (new
  424.   option which allows the program to try to create the output subdirectory if it
  425.   doesn't exist already.) [Replaces filup605.zip]
  426.  
  427.   FIXTEXT:  Added /MONO and related parameters.  [Replaces fixtx605.zip]
  428.  
  429.   FORTUNE:   Added  /RUN  and  /PROMPT  parameters.   Added  /MONO  and  related
  430.   parameters.  [Replaces fortn605.zip]
  431.  
  432.   HTMSTRIP:  Heady times after an endorsement from PC Computing  in  their  July
  433.   and August 1996 issues!  (When's the last time they endorsed a  DOS  product?)
  434.   Added /MONO and related parameters.  Bug fixes for embedded  tables.   Program
  435.   now automatically dumps the table as straight text  whenever  the  size  of  a
  436.   given cell exceeds the maximum allowed for  the  program.   Added  /TABLE  and
  437.   /-TABLE parameters.  Added /Tpath parameter.  Now prompts for infile  spec  if
  438.   not provided.  Expanded the maximum number of columns for tables  from  15  to
  439.   20; make sure you change the default page width though  or  they'll  be  teeny
  440.   tiny.  Added MOZ program to the ZIP file.  [Replaces htmst605.zip]
  441.  
  442. BRUCE609.DOC                         9                         Revised: 09-29-96
  443.  
  444.  
  445.   MOZ:  New program.  Is included in the HTMSTRIP ZIP file.
  446.  
  447.   PAGINATE:  Added WRAP marker command.  Added  /MONO  and  related  parameters.
  448.   Added support for non-US date formats in the header variables.   Added  /Tpath
  449.   parameter.  Now prompts for infile spec  if  not  provided.   Fixed  an  error
  450.   involving passing in marker commands.  [Replaces pagin605.zip]
  451.  
  452.   READ, READINIT, READY, READMAKE:   Added  support  for  non-US  date  formats.
  453.   READMAKE now prompts for an input file  specification  if  none  is  provided.
  454.   READ now accepts the /PROMPT parameter.  READINIT and the others support /MONO
  455.   setting.  [Replaces read605.zip]
  456.  
  457.   TXTABLE:  Dropped XWPTABLE.EXE (the temporary program  that  tried  to  handle
  458.   WordPerfect 5.1 tables).  Added /Tpath parameter.  Now prompts for input  file
  459.   specification if none provided.  [Replaces txtab605.zip]
  460.  
  461. -------------- (kind of terse; revisions made 4 to 6 releases ago)
  462. Release 96/05:
  463.  
  464.   AV:  Added ability to delete the archive.
  465.  
  466.   CONVERT:  Program skipped the first record in DBF files; fixed this.
  467.  
  468.   DATES:  Added the ability to do weekly reminders.
  469.  
  470.   EUMAIL:  Added /SPLIT and /SCAN options.
  471.  
  472.   HTMSTRIP:  Added /A=spec, /IMG=spec, and /IMGALT=spec parameters.
  473.  
  474. Release 96/04:
  475.  
  476.   FORTUNE:  Added /WIPE parameter.
  477.  
  478.   HTMSTRIP:  Added /ALT parameter.
  479.  
  480.   ISAMMAKE/ISAMFIND:  Dropped.
  481.  
  482. Release 96/03:
  483.  
  484.   EUMAIL:  New program.
  485.  
  486.   HTMSTRIP:  Added /SITE, /FSITE, and /-SITE options.
  487.  
  488. 
  489.